home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TEDITCRITERIADLG / TEDITCRITERIADLG.txt
Text File  |  2005-06-02  |  5KB  |  238 lines

  1. object EditCriteriaDlg: TEditCriteriaDlg
  2.   Left = 409
  3.   Top = 232
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 161
  7.   ClientWidth = 433
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 168
  21.     Top = 13
  22.     Width = 257
  23.     Height = 115
  24.     Shape = bsFrame
  25.   end
  26.   object OKBtn: TButton
  27.     Left = 272
  28.     Top = 134
  29.     Width = 73
  30.     Height = 23
  31.     Caption = 'OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 2
  35.     OnClick = OKBtnClick
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 352
  39.     Top = 134
  40.     Width = 73
  41.     Height = 23
  42.     Cancel = True
  43.     Caption = 'Annuler'
  44.     ModalResult = 2
  45.     TabOrder = 3
  46.   end
  47.   object PickCategory: TRadioGroup
  48.     Left = 8
  49.     Top = 8
  50.     Width = 145
  51.     Height = 121
  52.     HelpContext = 4001
  53.     Caption = 'Cat'#233'gorie'
  54.     ItemIndex = 0
  55.     Items.Strings = (
  56.       'D'#233'limit'#233
  57.       'Expression R'#233'guli'#232're'
  58.       'Colonnes'
  59.       'Ent'#234'tes de page')
  60.     TabOrder = 0
  61.     OnClick = PickCategoryClick
  62.   end
  63.   object PageControl: TPageControl
  64.     Left = 172
  65.     Top = 16
  66.     Width = 249
  67.     Height = 109
  68.     ActivePage = tsDelimited
  69.     MultiLine = True
  70.     Style = tsButtons
  71.     TabOrder = 1
  72.     object tsDelimited: TTabSheet
  73.       ImageIndex = 2
  74.       TabVisible = False
  75.       object Label2: TLabel
  76.         Left = 40
  77.         Top = 4
  78.         Width = 73
  79.         Height = 13
  80.         Alignment = taRightJustify
  81.         Caption = 'Commen'#231'ant par :'
  82.       end
  83.       object Label3: TLabel
  84.         Left = 33
  85.         Top = 28
  86.         Width = 80
  87.         Height = 13
  88.         Alignment = taRightJustify
  89.         Caption = 'et finissant avec :'
  90.       end
  91.       object Label8: TLabel
  92.         Left = 26
  93.         Top = 51
  94.         Width = 87
  95.         Height = 13
  96.         Alignment = taRightJustify
  97.         Caption = 'Caract. d'#39#233'chapp.'
  98.       end
  99.       object StartEdit: TEdit
  100.         Left = 120
  101.         Top = 0
  102.         Width = 113
  103.         Height = 21
  104.         HelpContext = 4101
  105.         TabOrder = 0
  106.         OnChange = EnableControls
  107.       end
  108.       object StopEdit: TEdit
  109.         Left = 120
  110.         Top = 24
  111.         Width = 113
  112.         Height = 21
  113.         HelpContext = 4102
  114.         TabOrder = 1
  115.         OnChange = EnableControls
  116.       end
  117.       object SingleLineEdit: TBCCheckBox
  118.         Left = 0
  119.         Top = 76
  120.         Width = 127
  121.         Height = 17
  122.         HelpContext = 4103
  123.         Caption = 'Stop en fin de ligne'
  124.         TabOrder = 2
  125.         OnClick = EnableControls
  126.       end
  127.       object EscEdit: TEdit
  128.         Left = 120
  129.         Top = 48
  130.         Width = 33
  131.         Height = 21
  132.         HelpContext = 4104
  133.         MaxLength = 1
  134.         TabOrder = 3
  135.         OnChange = EnableControls
  136.       end
  137.     end
  138.     object tsRegExp: TTabSheet
  139.       ImageIndex = 3
  140.       TabVisible = False
  141.       object Label5: TLabel
  142.         Left = 8
  143.         Top = 8
  144.         Width = 96
  145.         Height = 13
  146.         Caption = 'Expression r'#233'guli'#232're :'
  147.       end
  148.       object ExpressionEdit: TEdit
  149.         Left = 8
  150.         Top = 24
  151.         Width = 225
  152.         Height = 21
  153.         HelpContext = 4201
  154.         TabOrder = 0
  155.         OnChange = EnableControls
  156.       end
  157.       object HelpBtn: TButton
  158.         Left = 8
  159.         Top = 64
  160.         Width = 105
  161.         Height = 23
  162.         HelpContext = 10
  163.         Caption = 'Exemples d'#39'ER'
  164.         TabOrder = 1
  165.         OnClick = HelpBtnClick
  166.       end
  167.     end
  168.     object tsColumns: TTabSheet
  169.       ImageIndex = 4
  170.       TabVisible = False
  171.       object Label1: TLabel
  172.         Left = 48
  173.         Top = 12
  174.         Width = 64
  175.         Height = 13
  176.         Alignment = taRightJustify
  177.         Caption = 'Colonne de d'#233'but :'
  178.       end
  179.       object Label4: TLabel
  180.         Left = 50
  181.         Top = 44
  182.         Width = 62
  183.         Height = 13
  184.         Alignment = taRightJustify
  185.         Caption = 'Colonne de fin :'
  186.       end
  187.       object StartColEdit: TEdit
  188.         Left = 120
  189.         Top = 8
  190.         Width = 49
  191.         Height = 21
  192.         HelpContext = 4301
  193.         TabOrder = 0
  194.         OnChange = EnableControls
  195.       end
  196.       object StopColEdit: TEdit
  197.         Left = 120
  198.         Top = 40
  199.         Width = 49
  200.         Height = 21
  201.         HelpContext = 4302
  202.         TabOrder = 1
  203.         OnChange = EnableControls
  204.       end
  205.       object ColStopAtEndEdit: TBCCheckBox
  206.         Left = 0
  207.         Top = 68
  208.         Width = 127
  209.         Height = 17
  210.         HelpContext = 4103
  211.         Caption = 'Stop en fin de ligne'
  212.         TabOrder = 2
  213.         OnClick = EnableControls
  214.       end
  215.     end
  216.     object tsPageHeadings: TTabSheet
  217.       ImageIndex = 3
  218.       TabVisible = False
  219.       object Label7: TLabel
  220.         Left = 48
  221.         Top = 12
  222.         Width = 119
  223.         Height = 13
  224.         Caption = 'lignes au d'#233'but de chaque page'
  225.       end
  226.       object LinesAtTopEdit: TEdit
  227.         Left = 8
  228.         Top = 8
  229.         Width = 33
  230.         Height = 21
  231.         HelpContext = 4401
  232.         TabOrder = 0
  233.         OnChange = EnableControls
  234.       end
  235.     end
  236.   end
  237. end
  238.